From: Colin Walters Date: Wed, 10 Apr 2002 19:14:07 +0000 (+0000) Subject: (snake-score-file): Default to just "snake-scores". X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~57799 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e6eb4750afdadfac988805abbe8a03ca2ba818df;p=emacs.git (snake-score-file): Default to just "snake-scores". --- diff --git a/lisp/play/snake.el b/lisp/play/snake.el index b2413910a6f..034ee5539a5 100644 --- a/lisp/play/snake.el +++ b/lisp/play/snake.el @@ -85,7 +85,7 @@ ;; It is not safe to put this in /tmp. ;; Someone could make a symlink in /tmp ;; pointing to a file you don't want to clobber. -(defvar snake-score-file "~/.snake-scores" +(defvar snake-score-file "snake-scores" "File for holding high scores.") ;; ;;;;;;;;;;;;; display options ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;